You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code taken from the NumberDictionary example with an added seed: 0 will return different 3 digits when run at different times. This means that, although the generator is stable within the same run, the NumberDictionary.generate call introduces some kind of randomness that is not ruled by the seed:
Copy and paste this code to a node interactive session, then exit the session, enter again and run it again. The characterName is the same except for the numbers.
The text was updated successfully, but these errors were encountered:
The following code taken from the NumberDictionary example with an added
seed: 0
will return different 3 digits when run at different times. This means that, although the generator is stable within the same run, theNumberDictionary.generate
call introduces some kind of randomness that is not ruled by the seed:Copy and paste this code to a
node
interactive session, then exit the session, enter again and run it again. The characterName is the same except for the numbers.The text was updated successfully, but these errors were encountered: