Skip to main content

All Questions

Tagged with
5 votes
1 answer
744 views

Coin flips and Dice rolls in a stored procedure

I saw a post in chat a few days ago, of what I thought was an interesting (albeit fairly simple) statistical challenge: By @skiwi: If I shoot once with 50% chance of target A and 50% of target B, ...
Phrancis's user avatar
  • 20.4k
8 votes
1 answer
2k views

Generate random records for table in SQL

I'm doing a project in ms sql and I have to fill table with random records. Here is a definition of table: ...
dagi12's user avatar
  • 277