Skip to content

Commit

Permalink
Merge pull request #16780 from guillep/p13random
Browse files Browse the repository at this point in the history
Remove (wrong) primitive usage
  • Loading branch information
demarey committed Jun 17, 2024
2 parents 0fae5fb + f65dec5 commit 74c02ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Random-Core/Random.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ more; go get coffee.
Random class >> primitiveRandomNumber: stateArray [
"Answer a random Float in the interval [0 to 1)."

<primitive: 231>
| count returnValue |
returnValue := stateArray at: 1.

Expand Down

0 comments on commit 74c02ea

Please sign in to comment.