Frazier Climo
Frazier Climo (born 6 February 1987 in Stratford, New Zealand) is a Scotland Club XV international rugby union player. He plays for the Ayrshire Bulls in the Super 6.
Date of birth | 6 February 1987 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Place of birth | Stratford, New Zealand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Height | 189 cm (6 ft 2 in) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Weight | 98 kg (216 lb; 15 st 6 lb) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
School | New Plymouth Boys' High School | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rugby union career | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
He played on the wing (and occasionally fullback) for the Scarlets [1]
Life & Career
Climo previously played for Scottish Premiership side Ayr RFC and Taranaki in the ITM Cup, where he had a kicking percentage of over 80% success rate. He signed for the Scarlets in July 2013.[2]
gollark: ```rust// randomly increase/decrease one of the channels in a color by `range`fn mod_channel(rng: &mut WyRand, range: u16, n: u16) -> u16 { let rand = rng.generate_range(0, range * 2 + 1); let o = ((n as u32) + (rand as u32)).saturating_sub(range as u32); o as u16}```
gollark: This is basically just meant to increase/decrease a `u16` by a randomly generated `u16` amount.
gollark: I *think* I wanted to avoid having to convert to signed integers, so it does some weird stuff where it does subtraction instead?
gollark: I'm not actually entirely sure why and I don't understand what this is doing.
gollark: I use `saturating_sub` and stuff is converted to `u32`s.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.