Getting 3 random records from a table

Viewed 4954

I've read multiple answers to a similar query, but none seem to hit the spot.

Imagine I have a table that contains 10 rows, how do I retrieve 3 random rows from this table using Entity Framework? Not just 1 random row, but 3 random rows - each being different from the other?

Thanks in advance

2 Answers
Related