Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/truffle/tags/core/random/rand_tags.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
fails:Random.rand returns a Float if no max argument is passed
fails:Random.rand returns a Float >= 0 if no max argument is passed
fails:Random.rand returns a Float < 1 if no max argument is passed
fails:Random.rand returns the same sequence for a given seed if no max argument is passed
fails:Random.rand returns an Integer if an Integer argument is passed
fails:Random.rand returns an Integer >= 0 if an Integer argument is passed
fails:Random.rand returns an Integer < the max argument if an Integer argument is passed
fails:Random.rand returns the same sequence for a given seed if an Integer argument is passed
fails:Random.rand coerces arguments to Integers with #to_int
fails:Random#rand with Fixnum eventually returns all possible values
fails:Random#rand with Bignum typically returns a Bignum
fails:Random#rand with Bignum returns the same sequence for a given seed

0 comments on commit bc11f01

Please sign in to comment.