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
When implementing the exercise, I struggled with trying a number of different representations until I finally figured out that the byte representation was supposed to be unencoded and unsigned. It might be good to include a note about this in the exercise.
The text was updated successfully, but these errors were encountered:
In the PRNG exercise, the solution is based on the following calculation, where
n
is the iteration number:However, n can be represented a number of different ways, depending on
When implementing the exercise, I struggled with trying a number of different representations until I finally figured out that the byte representation was supposed to be unencoded and unsigned. It might be good to include a note about this in the exercise.
The text was updated successfully, but these errors were encountered: