mojodojodev / mojodojo.dev

Learning materials for the Mojo🔥programming language
https://mojodojo.dev/
87 stars 16 forks source link

Mistake in Guides / Standard Library / Random / rand #31

Closed gryznar closed 1 year ago

gryznar commented 1 year ago

"Fill the 8 values with random integer values."

This is true only for first expression in which integers are provided. But in the second one, floating point numbers are used. Maybe safer will be to say:

"Fill the 8 values with random numbers."

mojodojodev commented 1 year ago

Done thanks very much for pointing this out